vcFindFlowStepStatement
Find flow step statement.
See in: Overview
Module: vcProcessModel
Parent: vcStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| LoopingSearch | vcExpressionProperty | R | Gets a property for looping search. When evaluates to True,See morethe flow step search can loop from end of the sequence to the start and from the start of the sequence to the end. |
| ProcessToFind | vcProcessGroup | RW | Gets or sets the process group to search for. |
| ReturnStepOffset | vcExpressionProperty | R | Gets a property for step offset. The See moreevaluated value determines an offset in number of flow steps forward or backward applied to the result. |
| SearchDirection | vcSearchDirection | RW | Gets or sets the value for search direction in the flow sequence. |
| SearchMode | vcSearchMode | RW | Gets or sets the value for how the new flow step info is defined. |
| SkipOptionalSteps | vcExpressionProperty | R | Gets a property for skipping optional steps.See moreWhen evaluates to True, an optional flow step can never be returned. The search and offset logic will skip over all optional steps and may fail if a non-optional flow step was not found. |
| SourceFlowInfoVariableName | String | RW | Gets or sets the name of the Process variable where to get flow step info used as reference point. |
| TargetFlowInfoVariableName | String | RW | Gets or sets the name of the Process variable where to store the result. |